std.vita.netinet_in

Undocumented in source.

Members

Aliases

IN_MULTICAST
alias IN_MULTICAST = IN_CLASSD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NFDBITS
alias NFDBITS = _NFDBITS
Undocumented in source.
__fd_mask
alias __fd_mask = c_ulong
Undocumented in source.
fd_mask
alias fd_mask = __fd_mask
Undocumented in source.
in_addr_t
alias in_addr_t = uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in_port_t
alias in_port_t = uint16_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SceNetProtocol
enum SceNetProtocol

Net Protocols

SceNetSocketOption
enum SceNetSocketOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

IN_BADCLASS
auto IN_BADCLASS(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
IN_CLASSA
auto IN_CLASSA(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
IN_CLASSB
auto IN_CLASSB(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
IN_CLASSC
auto IN_CLASSC(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
IN_CLASSD
auto IN_CLASSD(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
IN_EXPERIMENTAL
auto IN_EXPERIMENTAL(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
_howmany
T _howmany(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

INADDR_ALLHOSTS_GROUP
enum INADDR_ALLHOSTS_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_ALLRTRS_GROUP
enum INADDR_ALLRTRS_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_ANY
enum INADDR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_BROADCAST
enum INADDR_BROADCAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_LOOPBACK
enum INADDR_LOOPBACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_MAX_LOCAL_GROUP
enum INADDR_MAX_LOCAL_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_NONE
enum INADDR_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_UNSPEC_GROUP
enum INADDR_UNSPEC_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSA_HOST
enum IN_CLASSA_HOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSA_MAX
enum IN_CLASSA_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSA_NET
enum IN_CLASSA_NET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSA_NSHIFT
enum IN_CLASSA_NSHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSB_HOST
enum IN_CLASSB_HOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSB_MAX
enum IN_CLASSB_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSB_NET
enum IN_CLASSB_NET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSB_NSHIFT
enum IN_CLASSB_NSHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSC_HOST
enum IN_CLASSC_HOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSC_NET
enum IN_CLASSC_NET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSC_NSHIFT
enum IN_CLASSC_NSHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSD_HOST
enum IN_CLASSD_HOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSD_NET
enum IN_CLASSD_NET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_CLASSD_NSHIFT
enum IN_CLASSD_NSHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IN_LOOPBACKNET
enum IN_LOOPBACKNET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_ICMP
enum IPPROTO_ICMP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_IGMP
enum IPPROTO_IGMP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_IP
enum IPPROTO_IP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_TCP
enum IPPROTO_TCP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_UDP
enum IPPROTO_UDP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_ADD_MEMBERSHIP
enum IP_ADD_MEMBERSHIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_DROP_MEMBERSHIP
enum IP_DROP_MEMBERSHIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_HDRINCL
enum IP_HDRINCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_MULTICAST_IF
enum IP_MULTICAST_IF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_MULTICAST_LOOP
enum IP_MULTICAST_LOOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_MULTICAST_TTL
enum IP_MULTICAST_TTL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_TOS
enum IP_TOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IP_TTL
enum IP_TTL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_NFDBITS
enum _NFDBITS;
Undocumented in source.

Structs

fd_set
struct fd_set
Undocumented in source.
in6_addr
struct in6_addr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in_addr
struct in_addr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ip_mreq
struct ip_mreq
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sockaddr_in
struct sockaddr_in
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sockaddr_in6
struct sockaddr_in6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta